Int64NINumericInt64NDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.Divide(
Int64N value
)
Private Function Divide (
value As Int64N
) As Int64N Implements INumeric(Of Int64N).Divide
private:
virtual Int64N Divide(
Int64N value
) sealed = INumeric<Int64N>::Divide
private abstract Divide :
value : Int64N -> Int64N
private override Divide :
value : Int64N -> Int64N
- value Int64N
- The value as the divisor.
Int64NThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)